home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00156.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  429 b   |  17 lines

  1. on exitFrame
  2.   global loadNext, mainPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   if ramNeeded(label("s2turn4") - 1, label("layout3") + 11) < (the freeBlock - 1000) then
  6.     preLoad(label("s2turn4") - 1, label("layout3") + 11)
  7.     set loadNext to 0
  8.   else
  9.     preLoad(label("s2turn4"), label("s2turn4") + 7)
  10.     set loadNext to 1
  11.   end if
  12.   if the timer < mainPageWait then
  13.     wait(mainPageWait - the timer)
  14.   end if
  15.   go(#next)
  16. end
  17.